
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
     -webkit-hyphens: auto; /* Safari/Chrome */
    -ms-hyphens: auto;     /* IE/Edge */
    hyphens: auto;         /* Padrão (Firefox/Chrome moderno) */
    /* Garante quebra de palavras longas mesmo sem hifenização */
    word-wrap: break-word;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cabecalho {
  display: grid;
  grid-template-columns: 1fr 14fr 1fr;
}

.link-logo-omu {
  margin-left: 0;
}

.logo-omu {
  width: 6vw;
  height: auto;
  margin: 2.5vh 2vw 0 4vw;
}

.link-login {
    color: #F95E3E;
    font-weight: 700;
}

#trocar-dispositivo{
  grid-column: 3;
  justify-self: end;
  align-self: start;
  margin-top: 1vh;
  width: auto;  
    margin-left: auto;  
}

.popup img{
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ícone dentro do texto do popup */
.popup-content p img{
  width: 5%;
  min-width: 22px;  /* evita ficar minúsculo demais */
  height: auto;
}


#trocar-dispositivo img{
  width: 55%;
  display: block;
  cursor: pointer;
  margin-left: auto;
}

.menu-navegacao {
  display: flex;
  justify-content: space-evenly;
  width: 82vw;
  font-size: 1.5em;
  margin: 4vh 0vw 0 0;
}

.link-logo-omu {
    margin-left: 0vw;
}

.span-vermelho {
    color: #F95E3E;
    font-weight: 900;
}

.span-azul {
    color: #3856F8;
    font-weight: 900;
}

.span-amarelo {
    color: #F8BA1B;
    font-weight: 900;
}

.span-branco {
    color: #ffffff;
    font-weight: 900;
}

.span-rosa{
    color:#F89EDA;
    font-weight: 900;

}


.l1, .l2, .l3, .l4{
    font-weight: 500;
    font-family: 'Jost';
}
.l1:hover {
    color: #F95E3E;
    text-decoration: none;
}

.l2:hover {
    color: #3856F8;
    text-decoration: none;
}

.l3:hover {
    color: #F89EDA;
    text-decoration: none;
}

.l4:hover {
    color: #F8BA1B;
    text-decoration: none;
}

.link-login:hover {
    color: #000000;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000000;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    border: none;
    outline: none;
}

body{
    background-color:#FCF7CF;;
}

.box-anos{
    display: flex;
  height: 70vh;
  width: 92vw;
  margin: 0vh 4vw 0vh 4vw;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fileira{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 12.5vh;
    margin: 1.2% 0% 1.2% 0%;
}

.card-ano-azul{
    background-color: #3856F8;
    border-radius: 10px;
    width: 18%;
    height: 18%;
    margin: 1% 1% 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    color:#FCF7CF;
    font-size: 2em;
    font-weight: 900;
}

.card-ano-rosa{
    background-color: #F89EDA;
    border-radius: 10px;
   width: 18%;
    margin: 1% 1% 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    color:#FCF7CF;
    font-size: 2em;
    font-weight: 900;
}

.card-ano-vermelho{
    background-color: #F95E3E;
    border-radius: 10px;
    width: 18%;
    margin: 1% 1% 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    color:#FCF7CF;
    font-size: 2em;
    font-weight: 900;
}

.card-ano-amarelo{
    background-color: #F8BA1B;
    border-radius: 10px;
    width: 18%;
    margin: 1% 1% 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    color:#FCF7CF;
    font-size: 2em;
    font-weight: 900;
}

.card-invisivel{
    background-color: #FFF8E1;
    border-radius: 10px;
    width: 18%;
    margin: 1% 1% 1% 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost';
    color:#FCF7CF;
    font-size: 2em;
    font-weight: 900;
}

.box-texto{
    margin: 10vh 4vw 5vh 4vw;
    font-family: 'Nimbus Sans L';
    font-size: 1.2em;
    padding: 1%;
}

img{
    width: 100%;
    height: auto;
}

.card-ano-azul:hover{
    background-color: #092BEC;
}

.card-ano-rosa:hover{
    background-color: #F466C5;
}

.card-ano-vermelho:hover{
    background-color: #F84825;
}

.card-ano-amarelo:hover{
    background-color: #EDAC07;
}

footer {
  background-color: #3856F8;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
}

.faixa {
  width: 100vw;
  height: auto;
}

footer h1 {
  font-size: x-large;
  font-weight: 700;
}

footer h3 {
  font-family: "Jost", arial;
  font-optical-sizing: auto;
  font-weight: 700;
}

/* Container 2 colunas */
.div-pai-footer {
  display: flex;
  align-items: stretch; /* importante: iguala a altura das colunas */
  width: 100%;
}

/* Só as duas colunas diretas ganham largura/margem */
footer .div-pai-footer > div {
  width: 42vw;
  margin: 2.5vw 4vw;
}

/* Colunas: grid (topo cresce, base fica no fundo) */
.flexionar,
.logos {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 0;
}

.footer-top {
  min-height: 0;
}

.texto-omu-footer {
  font-family: "Nimbus Sans L", sans-serif;
  text-align: justify;
}

/* Redes sociais (base esquerda) */
.linha-redes-sociais {
  align-self: end;        /* cola no bottom da coluna */
  display: flex;
  align-items: flex-end;
  gap: 1vw;
  margin: 0;              /* sem margens “roubando” o bottom */
}

.icone-rede-social {
  height: 4vh;
  width: auto;
}

/* Apoio (base direita) */
.box-apoiadores {
  align-self: end; /* cola no bottom da coluna */
  margin: 0;
}

.enfileirar {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.coluna {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 1vw 0 0;
  width: auto;
}

.box-apoiadores a {
  display: block;
  line-height: 0;
}

.logo-grande {
  height: 10vh;
  width: auto;
  margin: 0 1vw 0 0;
}

.logo-metade {
  height: 6vh;
  width: auto;
  display: block;
}

.logo-grande-fit {
  height: 12vh;
  width: auto;
  display: block;
}
